home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue33 / dbexustr / DBExUsTr.Zip / eAdvance.dfm / eAdvance.txt next >
Encoding:
Text File  |  1997-12-26  |  10.5 KB  |  432 lines

  1. object FrmEAdvancedDlg: TFrmEAdvancedDlg
  2.   Left = 220
  3.   Top = 179
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Advanced parameters'
  7.   ClientHeight = 264
  8.   ClientWidth = 378
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BtnOk: TButton
  20.     Left = 133
  21.     Top = 236
  22.     Width = 71
  23.     Height = 23
  24.     Caption = 'OK'
  25.     Font.Color = clNavy
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ModalResult = 1
  30.     ParentFont = False
  31.     TabOrder = 0
  32.     OnClick = BtnOkClick
  33.   end
  34.   object BtnCancel: TButton
  35.     Left = 213
  36.     Top = 236
  37.     Width = 71
  38.     Height = 23
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     Font.Color = clNavy
  42.     Font.Height = -11
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ModalResult = 2
  46.     ParentFont = False
  47.     TabOrder = 1
  48.   end
  49.   object PageControl1: TPageControl
  50.     Left = 15
  51.     Top = 10
  52.     Width = 349
  53.     Height = 221
  54.     ActivePage = TabFormats
  55.     Font.Color = clNavy
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 2
  61.     object TabGeneral: TTabSheet
  62.       Caption = 'General'
  63.       object GBoxRecSeparators: TGroupBox
  64.         Left = 2
  65.         Top = 8
  66.         Width = 187
  67.         Height = 93
  68.         Caption = 'Records separator'
  69.         Font.Color = clNavy
  70.         Font.Height = -11
  71.         Font.Name = 'MS Sans Serif'
  72.         Font.Style = []
  73.         ParentFont = False
  74.         TabOrder = 0
  75.         object RBtnCRLF: TRadioButton
  76.           Left = 18
  77.           Top = 27
  78.           Width = 55
  79.           Height = 17
  80.           Caption = 'CRLF'
  81.           Checked = True
  82.           Font.Color = clNavy
  83.           Font.Height = -11
  84.           Font.Name = 'MS Sans Serif'
  85.           Font.Style = []
  86.           ParentFont = False
  87.           TabOrder = 0
  88.           TabStop = True
  89.           OnClick = RBtnCRLFClick
  90.         end
  91.         object RBtnLF: TRadioButton
  92.           Left = 18
  93.           Top = 53
  94.           Width = 39
  95.           Height = 17
  96.           Caption = 'LF'
  97.           Font.Color = clNavy
  98.           Font.Height = -11
  99.           Font.Name = 'MS Sans Serif'
  100.           Font.Style = []
  101.           ParentFont = False
  102.           TabOrder = 1
  103.           OnClick = RBtnCRLFClick
  104.         end
  105.         object RBtnOther: TRadioButton
  106.           Left = 76
  107.           Top = 53
  108.           Width = 51
  109.           Height = 17
  110.           Caption = 'Other:'
  111.           Font.Color = clNavy
  112.           Font.Height = -11
  113.           Font.Name = 'MS Sans Serif'
  114.           Font.Style = []
  115.           ParentFont = False
  116.           TabOrder = 2
  117.           OnClick = RBtnOtherClick
  118.         end
  119.         object RBtnCR: TRadioButton
  120.           Left = 76
  121.           Top = 27
  122.           Width = 41
  123.           Height = 17
  124.           Caption = 'CR'
  125.           Font.Color = clNavy
  126.           Font.Height = -11
  127.           Font.Name = 'MS Sans Serif'
  128.           Font.Style = []
  129.           ParentFont = False
  130.           TabOrder = 3
  131.           OnClick = RBtnCRLFClick
  132.         end
  133.         object EdtOtherChar: TEdit
  134.           Left = 136
  135.           Top = 53
  136.           Width = 33
  137.           Height = 21
  138.           Font.Color = clNavy
  139.           Font.Height = -11
  140.           Font.Name = 'MS Sans Serif'
  141.           Font.Style = []
  142.           MaxLength = 5
  143.           ParentFont = False
  144.           TabOrder = 4
  145.           OnChange = RBtnCRLFClick
  146.         end
  147.       end
  148.       object GroupBox2: TGroupBox
  149.         Left = 200
  150.         Top = 8
  151.         Width = 137
  152.         Height = 93
  153.         Caption = 'Conversion'
  154.         Font.Color = clNavy
  155.         Font.Height = -11
  156.         Font.Name = 'MS Sans Serif'
  157.         Font.Style = []
  158.         ParentFont = False
  159.         TabOrder = 1
  160.         object CBoxAnsi2Oem: TCheckBox
  161.           Left = 12
  162.           Top = 17
  163.           Width = 113
  164.           Height = 17
  165.           Caption = 'Windows to Dos'
  166.           Font.Color = clNavy
  167.           Font.Height = -11
  168.           Font.Name = 'MS Sans Serif'
  169.           Font.Style = []
  170.           ParentFont = False
  171.           TabOrder = 0
  172.           OnClick = RBtnCRLFClick
  173.         end
  174.         object CBoxUpper: TCheckBox
  175.           Left = 12
  176.           Top = 42
  177.           Width = 117
  178.           Height = 17
  179.           Caption = 'Upper case'
  180.           Font.Color = clNavy
  181.           Font.Height = -11
  182.           Font.Name = 'MS Sans Serif'
  183.           Font.Style = []
  184.           ParentFont = False
  185.           TabOrder = 1
  186.           OnClick = CBoxUpperClick
  187.         end
  188.         object CBoxLower: TCheckBox
  189.           Left = 12
  190.           Top = 67
  191.           Width = 113
  192.           Height = 17
  193.           Caption = 'Lower case'
  194.           Font.Color = clNavy
  195.           Font.Height = -11
  196.           Font.Name = 'MS Sans Serif'
  197.           Font.Style = []
  198.           ParentFont = False
  199.           TabOrder = 2
  200.           OnClick = CBoxLowerClick
  201.         end
  202.       end
  203.       object Exportation: TGroupBox
  204.         Left = 2
  205.         Top = 104
  206.         Width = 335
  207.         Height = 71
  208.         Caption = 'Export'
  209.         Font.Color = clNavy
  210.         Font.Height = -11
  211.         Font.Name = 'MS Sans Serif'
  212.         Font.Style = []
  213.         ParentFont = False
  214.         TabOrder = 2
  215.         object Label6: TLabel
  216.           Left = 14
  217.           Top = 24
  218.           Width = 108
  219.           Height = 13
  220.           Caption = 'Start at record number:'
  221.           Font.Color = clNavy
  222.           Font.Height = -11
  223.           Font.Name = 'MS Sans Serif'
  224.           Font.Style = []
  225.           ParentFont = False
  226.         end
  227.         object LblNbLinesToExport: TLabel
  228.           Left = 140
  229.           Top = 47
  230.           Width = 134
  231.           Height = 13
  232.           Caption = 'Number of records to export:'
  233.           Enabled = False
  234.           Font.Color = clNavy
  235.           Font.Height = -11
  236.           Font.Name = 'MS Sans Serif'
  237.           Font.Style = []
  238.           ParentFont = False
  239.         end
  240.         object EdtStartLine: TEdit
  241.           Left = 135
  242.           Top = 20
  243.           Width = 43
  244.           Height = 21
  245.           MaxLength = 4
  246.           TabOrder = 0
  247.           Text = '1'
  248.           OnChange = RBtnCRLFClick
  249.           OnKeyPress = EdtStartLineKeyPress
  250.         end
  251.         object CBoxAllExport: TCheckBox
  252.           Left = 16
  253.           Top = 46
  254.           Width = 80
  255.           Height = 17
  256.           Caption = 'Export all'
  257.           Font.Color = clNavy
  258.           Font.Height = -11
  259.           Font.Name = 'MS Sans Serif'
  260.           Font.Style = []
  261.           ParentFont = False
  262.           State = cbChecked
  263.           TabOrder = 1
  264.           OnClick = CBoxAllExportClick
  265.         end
  266.         object EdtNbLineMax: TEdit
  267.           Left = 287
  268.           Top = 45
  269.           Width = 35
  270.           Height = 21
  271.           Enabled = False
  272.           MaxLength = 4
  273.           TabOrder = 2
  274.           OnChange = RBtnCRLFClick
  275.           OnKeyPress = EdtStartLineKeyPress
  276.         end
  277.       end
  278.     end
  279.     object TabFormats: TTabSheet
  280.       Caption = 'Formats'
  281.       object GrpBoxDateTime: TGroupBox
  282.         Left = 8
  283.         Top = 22
  284.         Width = 325
  285.         Height = 149
  286.         Caption = 'Date, Time, and Numbers   '
  287.         TabOrder = 0
  288.         object Label1: TLabel
  289.           Left = 11
  290.           Top = 36
  291.           Width = 98
  292.           Height = 13
  293.           Caption = 'Date order:'
  294.           Font.Color = clNavy
  295.           Font.Height = -11
  296.           Font.Name = 'MS Sans Serif'
  297.           Font.Style = []
  298.           ParentFont = False
  299.         end
  300.         object Label2: TLabel
  301.           Left = 11
  302.           Top = 68
  303.           Width = 102
  304.           Height = 13
  305.           Caption = 'Date separator:'
  306.           Font.Color = clNavy
  307.           Font.Height = -11
  308.           Font.Name = 'MS Sans Serif'
  309.           Font.Style = []
  310.           ParentFont = False
  311.         end
  312.         object Label3: TLabel
  313.           Left = 11
  314.           Top = 100
  315.           Width = 102
  316.           Height = 13
  317.           Caption = 'Time separator:'
  318.           Font.Color = clNavy
  319.           Font.Height = -11
  320.           Font.Name = 'MS Sans Serif'
  321.           Font.Style = []
  322.           ParentFont = False
  323.         end
  324.         object Label4: TLabel
  325.           Left = 191
  326.           Top = 100
  327.           Width = 76
  328.           Height = 13
  329.           Caption = 'Decimal symbol:'
  330.           Font.Color = clNavy
  331.           Font.Height = -11
  332.           Font.Name = 'MS Sans Serif'
  333.           Font.Style = []
  334.           ParentFont = False
  335.         end
  336.         object ComBoxDateType: TComboBox
  337.           Left = 114
  338.           Top = 31
  339.           Width = 59
  340.           Height = 21
  341.           Style = csDropDownList
  342.           Font.Color = clNavy
  343.           Font.Height = -12
  344.           Font.Name = 'MS Sans Serif'
  345.           Font.Style = []
  346.           ItemHeight = 13
  347.           Items.Strings = (
  348.             'DMY'
  349.             'MDY'
  350.             'YMD'
  351.             'YDM'
  352.             'MYD'
  353.             'DYM')
  354.           ParentFont = False
  355.           TabOrder = 0
  356.           OnChange = RBtnCRLFClick
  357.         end
  358.         object EdtDateSeparator: TEdit
  359.           Left = 114
  360.           Top = 63
  361.           Width = 43
  362.           Height = 21
  363.           MaxLength = 1
  364.           TabOrder = 1
  365.           OnChange = RBtnCRLFClick
  366.         end
  367.         object EdtTimeSeparator: TEdit
  368.           Left = 114
  369.           Top = 96
  370.           Width = 43
  371.           Height = 21
  372.           MaxLength = 4
  373.           TabOrder = 2
  374.           OnChange = RBtnCRLFClick
  375.         end
  376.         object CBoxFourDigits: TCheckBox
  377.           Left = 191
  378.           Top = 33
  379.           Width = 128
  380.           Height = 17
  381.           Caption = 'Four digits year'
  382.           Font.Color = clNavy
  383.           Font.Height = -11
  384.           Font.Name = 'MS Sans Serif'
  385.           Font.Style = []
  386.           ParentFont = False
  387.           TabOrder = 3
  388.           OnClick = RBtnCRLFClick
  389.         end
  390.         object CBoxLeadingZeroes: TCheckBox
  391.           Left = 191
  392.           Top = 65
  393.           Width = 124
  394.           Height = 17
  395.           Caption = 'Leading zeroes'
  396.           Font.Color = clNavy
  397.           Font.Height = -11
  398.           Font.Name = 'MS Sans Serif'
  399.           Font.Style = []
  400.           ParentFont = False
  401.           TabOrder = 4
  402.           OnClick = RBtnCRLFClick
  403.         end
  404.         object EdtDecimalSeparator: TEdit
  405.           Left = 282
  406.           Top = 96
  407.           Width = 31
  408.           Height = 21
  409.           MaxLength = 4
  410.           TabOrder = 5
  411.           OnChange = RBtnCRLFClick
  412.         end
  413.       end
  414.     end
  415.   end
  416.   object BtnApply: TButton
  417.     Left = 293
  418.     Top = 236
  419.     Width = 71
  420.     Height = 23
  421.     Caption = 'Apply'
  422.     Enabled = False
  423.     Font.Color = clNavy
  424.     Font.Height = -11
  425.     Font.Name = 'MS Sans Serif'
  426.     Font.Style = []
  427.     ParentFont = False
  428.     TabOrder = 3
  429.     OnClick = BtnApplyClick
  430.   end
  431. end
  432.